C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / CanPerformAction Method

In This Topic
CanPerformAction Method (C1CollectionViewSource<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function CanPerformAction( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal action As ObjCRuntime.Selector, _
   ByVal indexPath As Foundation.NSIndexPath, _
   ByVal sender As Foundation.NSObject _
) As Boolean
 

Parameters

collectionView
action
indexPath
sender
See Also